FaCashPlanConfiguration 
Logical Entity Name  FaCashPlanConfiguration 
Default Table Name  FaCashPlanConfiguration 
Physical Only  NO 
Definition 
 
Note 
 

FaCashPlanConfiguration Columns 
ColumnName  Domain  Datatype  NULL  Definition 
FaCashPlanConfigurationId(PK)    int  NO 
 
Code    char(8)  NO 
 
Descrip    varchar(50)  NO 
 
RefundCalcPeriod    int  YES 
 
RefundCalcPeriodType    char(1)  YES 
 
NoRefundCalcPeriod    int  YES 
 
NoRefundCalcPeriodType    char(1)  YES 
 
FaFundSourceId(FK)    int  NO 
 
InterestRate    numeric(5, 2)  YES 
 
DownPaymentFixedAmount    money  YES 
 
DownPaymentBalancePercent    numeric(5, 2)  YES 
 
MinPaymentAmount    money  YES 
 
MaxNumOfPayment    int  YES 
 
PaymentFrequencyMonthly    tinyint  YES 
 
PaymentFrequencyWeekly    tinyint  YES 
 
CmDocTypeId(FK)    int  YES 
 
CustomPNTemplate    varchar(50)  YES 
 
PrintCmTemplateId(FK)    int  YES 
 
EmailCmTemplateId(FK)    int  YES 
 
WebAlertCmTemplateId(FK)    int  YES 
 
PrintNotificationStaffId(FK)    int  YES 
 
PrintNotificationStaffGroupId(FK)    int  YES 
 
StatusType    char(1)  YES 
 
UseForAutoAward    bit  NO 
 
UserId(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

FaCashPlanConfiguration Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_FaCashPlanConfiguration_FaCashPlanConfigurationId  PrimaryKey  FaCashPlanConfigurationId 
Uk_FaCashPlanConfiguration_Code  Index  Code 

FaCashPlanConfiguration Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
CmDocType  Non-Identifying  Zero or One to Zero or More  FK_FaCashPlanConfigurationCmDocTypeId_CmDocTypeCmDocTypeId      CmDocTypeId  NO  YES 
CmTemplate  Non-Identifying  Zero or One to Zero or More  FK_FaCashPlanConfigurationEmailCmTemplateId_CmTemplateCmTemplateId      EmailCmTemplateId  NO  YES 
FaFundSource  Non-Identifying  One To Zero or More  FK_FaCashPlanConfigurationFaFundSourceId_FaFundSourceFaFundSourceId      FaFundSourceId  NO  YES 
CmTemplate  Non-Identifying  Zero or One to Zero or More  FK_FaCashPlanConfigurationPrintCmTemplateId_CmTemplateCmTemplateId      PrintCmTemplateId  NO  YES 
SyStaffGroup  Non-Identifying  Zero or One to Zero or More  FK_FaCashPlanConfigurationPrintNotificationStaffGroupId_SyStaffGroupSyStaffGroupId      PrintNotificationStaffGroupId  NO  YES 
SyStaff  Non-Identifying  Zero or One to Zero or More  FK_FaCashPlanConfigurationPrintNotificationStaffId_SyStaffSyStaffId      PrintNotificationStaffId  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_FaCashPlanConfigurationUserId_SyStaffSyStaffId      UserId  NO  YES 
CmTemplate  Non-Identifying  Zero or One to Zero or More  FK_FaCashPlanConfigurationWebAlertCmTemplateId_CmTemplateCmTemplateId      WebAlertCmTemplateId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
FaCashPlanConfigRelationship  Non-Identifying  One To Zero or More  FK_FaCashPlanConfigRelationshipFaCashPlanConfigurationId_FaCashPlanConfigurationFaCashPlanConfigurationId        NO  YES 
SyCampusAwardingConfig  Non-Identifying  One To Zero or More  FK_SyCampusAwardingConfig_FaCashPlanConfiguration        NO  YES 

FaCashPlanConfiguration Check Constraints 
Check Constraint Name  CheckConstraint